db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
KeyedCollection.opOpAssign
db_constraints
keyed
keyedcollection
KeyedCollection
This just calls $(SRCTAG KeyedCollection.add).
auto ref
opOpAssign
(T item)
auto ref
opOpAssign
(I items)
mixintemplate
KeyedCollection
(T)
final ref
auto ref
opOpAssign
(
string
op
: "~"
I
)
(
I
items
)
if
(
isIterable
!(
I
)
)
if
(
usableForKeyedCollection
!(
T
)
)
Meta
Source
See Implementation
db_constraints
keyed
keyedcollection
KeyedCollection
aliases
collectionof
key_type
constructors
this
functions
add
contains
length
markAsSaved
notify
opApply
opBinaryRight
opDispatch
opIndex
opOpAssign
remove
violatesExclusionConstraints
violatesUniqueConstraints
mixins
collectionChanged
properties
containsChanges
enforceConstraints
variables
_items
This just calls $(SRCTAG KeyedCollection.add).